2006-05-18 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentry.c (gtk_entry_drag_data_received): Make drops
end up at the right spot. (#342072, Yevgen Muntyan)
+2006-05-18 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtkentry.c (gtk_entry_drag_data_received): Make drops
+ end up at the right spot. (#342072, Yevgen Muntyan)
+
2006-05-18 Michael Natterer <mitch@imendio.com>
* gtk/gtkrange.c: canonicalize the name of the "activate-slider"
+2006-05-18 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtkentry.c (gtk_entry_drag_data_received): Make drops
+ end up at the right spot. (#342072, Yevgen Muntyan)
+
2006-05-18 Michael Natterer <mitch@imendio.com>
* gtk/gtkrange.c: canonicalize the name of the "activate-slider"
str = (gchar *) gtk_selection_data_get_text (selection_data);
+ x -= widget->style->xthickness;
+ y -= widget->style->ythickness;
+
if (str && entry->editable)
{
gint new_position;